/* Section H uses a compact layout because it sits in the narrower right column. */

.ui-panel-body-results {
  padding: 10px 12px;
}

.ui-row-results {
  display: grid;
  grid-template-columns: minmax(132px, 1fr) minmax(110px, 128px) 36px;
  align-items: center;
  column-gap: 6px;
  min-height: 40px;
  padding: 5px 0;
  border-bottom: 1px solid rgb(217, 233, 251);
  color: rgb(0, 17, 51);
  font-size: 13px;
  font-weight: 600;
}

.ui-row-results:last-child {
  border-bottom: 0;
}

.ui-results-label {
  min-width: 0;
  line-height: 1.2;
}
